Home

Flight Schedules API

version 1

The Flight Schedules API allows users to obtain clear deadlines for air shipments, enabling proper supply planning. Request schedules by date, worldwide airports, and optionally by carrier.

OpenAPI Specification

Start designing your API in minutes. The OpenAPI specification file enables you to learn and interact with API elements, including all available endpoints, input and output representations.

General information

Flight Schedules API is organized around REST.
Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

API endpoint#

1https://schedules.searates.com/api/flight/v1

All endpoints are only accessible via HTTPS and are located at schedules.searates.com

Daily schedules

get/schedules/daily

Get air cargo schedules for specific date.

Headers

Content-Typeapplication/json

Query Parameters
  • airlines_codesOptionalstring

    Airlines codes list in IATA format

    Example:SQ,QR

    Match pattern:^([A-Z0-9]{2}(?:(,[A-Z0-9]{2})){0,})$

  • origin_airport_codeREQUIREDstring

    Origin airport code in IATA format

    Example:JFK

    Match pattern:^[A-Z0-9]{3}$

  • destination_airport_codeREQUIREDstring

    Destination airport code in IATA format

    Example:PVG

    Match pattern:^[A-Z0-9]{3}$

  • departure_dateREQUIREDstring

    Departure date - specify the date in format yyyy-mm-dd. Must be current date or future date

    Example:2026-01-23

    Match pattern:^(\d{4}-\d{2}-\d{2})$

  • direct_onlyOptionalboolean

    Show only direct flights

    Default:false

  • operated_by_partnersOptionalstring

    Filter trips operated by partners:

    FULLY - the whole trip can be operated by partners

    PARTLY - only part of the trip can be operated by partners

    NONE - the trip cannot be operated by partners

    Allowed values:FULLYPARTLYNONE

    Default:FULLY

Response example
Daily schedules

Get airlines list

get/airlines

Get list of all airlines in schedules system

Headers

Content-Typeapplication/json

Response example
A list of airlines